home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 September / Chip_2002-09_cd1.bin / sharewar / matrix / matrix.exe / {app} / Matrix.exe / 0 / RCDATA / TFUPDATESCRIPT / TFUPDATESCRIPT.txt
Text File  |  2002-03-16  |  2KB  |  91 lines

  1. object fUpdateScript: TfUpdateScript
  2.   Left = 192
  3.   Top = 107
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsSingle
  6.   Caption = 'Last Update Script'
  7.   ClientHeight = 177
  8.   ClientWidth = 388
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poScreenCenter
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object CheckBox1: TCheckBox
  20.     Left = 8
  21.     Top = 72
  22.     Width = 97
  23.     Height = 17
  24.     Caption = 'Bold'
  25.     TabOrder = 0
  26.   end
  27.   object CheckBox2: TCheckBox
  28.     Left = 8
  29.     Top = 88
  30.     Width = 97
  31.     Height = 17
  32.     Caption = 'Italic'
  33.     TabOrder = 1
  34.   end
  35.   object CheckBox3: TCheckBox
  36.     Left = 8
  37.     Top = 104
  38.     Width = 97
  39.     Height = 17
  40.     Caption = 'Underline'
  41.     TabOrder = 2
  42.   end
  43.   object GroupBox1: TGroupBox
  44.     Left = 8
  45.     Top = 8
  46.     Width = 370
  47.     Height = 57
  48.     Caption = 'Text '
  49.     TabOrder = 3
  50.     object Edit1: TEdit
  51.       Left = 6
  52.       Top = 22
  53.       Width = 357
  54.       Height = 21
  55.       TabOrder = 0
  56.       Text = 'This page is last updated on '
  57.     end
  58.   end
  59.   object Button1: TButton
  60.     Left = 8
  61.     Top = 149
  62.     Width = 75
  63.     Height = 21
  64.     Caption = 'Add Script'
  65.     Default = True
  66.     Font.Charset = ANSI_CHARSET
  67.     Font.Color = clWindowText
  68.     Font.Height = -9
  69.     Font.Name = 'Verdana'
  70.     Font.Style = [fsBold]
  71.     ParentFont = False
  72.     TabOrder = 4
  73.     OnClick = Button1Click
  74.   end
  75.   object Button2: TButton
  76.     Left = 304
  77.     Top = 149
  78.     Width = 75
  79.     Height = 21
  80.     Caption = 'Cancel'
  81.     Font.Charset = ANSI_CHARSET
  82.     Font.Color = clWindowText
  83.     Font.Height = -9
  84.     Font.Name = 'Verdana'
  85.     Font.Style = [fsBold]
  86.     ParentFont = False
  87.     TabOrder = 5
  88.     OnClick = Button2Click
  89.   end
  90. end
  91.